home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 December / macgaichiban199612.bin / NEWS ROOM / contentm.dir / 00019.ls < prev    next >
Encoding:
Text File  |  1996-02-20  |  287 b   |  14 lines

  1. on enterFrame
  2.   abort()
  3. end
  4.  
  5. on exitFrame
  6.   global movielist
  7.   puppetSprite(5, 1)
  8.   set GOERset to the castNum of sprite 5 - 800
  9.   if (GOERset > 0) and (GOERset < count(movielist)) then
  10.     setAt(movielist, count(movielist), GOERset)
  11.     go("st", getAt(movielist, GOERset))
  12.   end if
  13. end
  14.